home *** CD-ROM | disk | FTP | other *** search
- ; Listbox.def : Declares the module parameters for the DLL.
-
- LIBRARY "ListBox"
- DESCRIPTION ListBox Windows Dynamic Link Library'
-
- EXPORTS
- ; Explicit exports can go here
- Showlistbox
- Setfocus
- Closelistbox
- Addstring
- Getcount
- Setsel
- Getsel
- Getselcount
- Deletestring
- Insertstring
- Resetcontent
- Dirlist
- Findstring
- Findstringexact
- Gettextlen
- Gettext
- Getselitems
- Getcursel